home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Previews / ArtEffect2.0_Demo / rexx / twirl.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1997-04-12  |  243 b   |  18 lines

  1. /*
  2.     domethod demonstration
  3.     Copyright © 1997
  4.     Author: A. Pratsch
  5. */
  6.  
  7. options results
  8.  
  9. address "ArtEffect"
  10.  
  11. domethod twirl 'angle -20'
  12. if rc~=0 then say rc2
  13. domethod quit twirl angle 20
  14. if rc~=0 then say rc2
  15.  
  16. domethod quit antique 'grayscale'
  17.  
  18.